runtime.gcWork.bytesMarked (field)
9 uses
runtime (current package)
mgcmark.go#L1264: gcw.bytesMarked += uint64(n)
mgcmark.go#L1321: gcw.bytesMarked += uint64(n)
mgcmark.go#L1474: gcw.bytesMarked += uint64(span.elemsize)
mgcmark.go#L1560: gcw.bytesMarked += uint64(size)
mgcwork.go#L78: bytesMarked uint64
mgcwork.go#L270: if w.bytesMarked != 0 {
mgcwork.go#L275: atomic.Xadd64(&work.bytesMarked, int64(w.bytesMarked))
mgcwork.go#L276: w.bytesMarked = 0
mwbbuf.go#L279: gcw.bytesMarked += uint64(span.elemsize)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)